[INFO] cloning repository https://github.com/lvillis/nic
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lvillis/nic" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flvillis%2Fnic", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flvillis%2Fnic'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d3d6235fef3c251fd01e0e4373b265f31deaa3b7
[INFO] checking lvillis/nic against try#901d6c1c62d7c61e05469e996c297476078ee06b for pr-157082
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flvillis%2Fnic" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lvillis/nic
[INFO] finished tweaking git repo https://github.com/lvillis/nic
[INFO] tweaked toml for git repo https://github.com/lvillis/nic written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lvillis/nic on toolchain 901d6c1c62d7c61e05469e996c297476078ee06b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+901d6c1c62d7c61e05469e996c297476078ee06b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lvillis/nic already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+901d6c1c62d7c61e05469e996c297476078ee06b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f51f0910a1eacdacfe2892d488d127df85ce0939de783a86c835995868d93c5e
[INFO] running `Command { std: "docker" "start" "f51f0910a1eacdacfe2892d488d127df85ce0939de783a86c835995868d93c5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f51f0910a1eacdacfe2892d488d127df85ce0939de783a86c835995868d93c5e" "/opt/rustwide/cargo-home/bin/cargo" "+901d6c1c62d7c61e05469e996c297476078ee06b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f51f0910a1eacdacfe2892d488d127df85ce0939de783a86c835995868d93c5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f51f0910a1eacdacfe2892d488d127df85ce0939de783a86c835995868d93c5e" "/opt/rustwide/cargo-home/bin/cargo" "+901d6c1c62d7c61e05469e996c297476078ee06b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling rustversion v1.0.20
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]     Checking hashbrown v0.15.3
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]     Checking castaway v0.2.3
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling indoc v2.0.6
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]     Checking compact_str v0.9.0
[INFO] [stderr]     Checking lru v0.14.0
[INFO] [stderr]     Checking unicode-truncate v2.0.0
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling litrs v0.4.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.5
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling cc v1.2.23
[INFO] [stderr]     Checking num_threads v0.1.7
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]     Checking line-clipping v0.3.3
[INFO] [stderr]     Checking no-std-net v0.6.0
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking pnet_base v0.35.0
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]     Checking pnet_sys v0.35.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling toml_datetime v0.6.3
[INFO] [stderr]    Compiling toml_edit v0.20.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling strum_macros v0.27.1
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]     Checking ctrlc v3.4.7
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking ipnetwork v0.20.0
[INFO] [stderr]     Checking pnet_datalink v0.35.0
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling toml v0.8.2
[INFO] [stderr]     Checking kasuari v0.4.6
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling instability v0.3.7
[INFO] [stderr]     Checking strum v0.27.1
[INFO] [stderr]     Checking ratatui-core v0.1.0-alpha.5
[INFO] [stderr]    Compiling embed-resource v3.0.3
[INFO] [stderr]    Compiling nic v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `env`, `fs`, and `path::PathBuf`
[INFO] [stdout]  --> build.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::{env, fs, path::PathBuf};
[INFO] [stdout]   |           ^^^  ^^  ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MANIFEST` is never used
[INFO] [stdout]  --> build.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 | const MANIFEST: &str = r#"
[INFO] [stdout]   |       ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking ratatui-widgets v0.3.0-alpha.4
[INFO] [stderr]     Checking ratatui-crossterm v0.1.0-alpha.4
[INFO] [stderr]     Checking ratatui v0.30.0-alpha.4
[INFO] [stdout] warning: unused import: `set_enabled`
[INFO] [stdout]  --> src/app.rs:4:29
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::platform::{self, set_enabled, NicInfo};
[INFO] [stdout]   |                             ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `set_enabled`
[INFO] [stdout]  --> src/app.rs:4:29
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::platform::{self, set_enabled, NicInfo};
[INFO] [stdout]   |                             ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `ratatui::Frame::<'_>::size`: use `area()` instead
[INFO] [stdout]   --> src/ui.rs:30:21
[INFO] [stdout]    |
[INFO] [stdout] 30 |     let total_w = f.size().width;
[INFO] [stdout]    |                     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `ratatui::Frame::<'_>::size`: use `area()` instead
[INFO] [stdout]    --> src/ui.rs:212:22
[INFO] [stdout]     |
[INFO] [stdout] 212 |             width: f.size().width,
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `show_console` is never used
[INFO] [stdout]   --> src/console.rs:60:15
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub(crate) fn show_console() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Tick` is never constructed
[INFO] [stdout]   --> src/console.rs:78:5
[INFO] [stdout]    |
[INFO] [stdout] 76 | enum Ev {
[INFO] [stdout]    |      -- variant in this enum
[INFO] [stdout] 77 |     Key(KeyEvent),
[INFO] [stdout] 78 |     Tick,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `IP_RE` is never used
[INFO] [stdout]   --> src/form.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | static IP_RE: Lazy<Regex> =
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `valid_ip` is never used
[INFO] [stdout]   --> src/form.rs:14:4
[INFO] [stdout]    |
[INFO] [stdout] 14 | fn valid_ip(s: &str) -> bool {
[INFO] [stdout]    |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Ipv4Form` is never constructed
[INFO] [stdout]   --> src/form.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Ipv4Form {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `from_nic`, `on_key`, and `apply` are never used
[INFO] [stdout]   --> src/form.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 30 | impl Ipv4Form {
[INFO] [stdout]    | ------------- associated items in this implementation
[INFO] [stdout] 31 |     pub fn from_nic(n: &NicInfo) -> Self {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 41 |     pub fn on_key(&mut self, k: KeyEvent) -> bool {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 63 |     pub fn apply(&self, nic: &NicInfo) -> Result<()> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DnsForm` is never constructed
[INFO] [stdout]   --> src/form.rs:76:12
[INFO] [stdout]    |
[INFO] [stdout] 76 | pub struct DnsForm {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `from_nic`, `on_key`, and `apply` are never used
[INFO] [stdout]    --> src/form.rs:82:12
[INFO] [stdout]     |
[INFO] [stdout]  81 | impl DnsForm {
[INFO] [stdout]     | ------------ associated items in this implementation
[INFO] [stdout]  82 |     pub fn from_nic(n: &NicInfo) -> Self {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  90 |     pub fn on_key(&mut self, k: KeyEvent) -> bool {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 107 |     pub fn apply(&self, nic: &NicInfo) -> Result<()> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `InputBox` is never constructed
[INFO] [stdout]   --> src/input.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct InputBox {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `with_prompt`, `value`, and `handle_key` are never used
[INFO] [stdout]   --> src/input.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | impl InputBox {
[INFO] [stdout]    | ------------- associated items in this implementation
[INFO] [stdout] 24 |     pub fn with_prompt(prompt: &str) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub fn value(&self) -> String {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 |     pub fn handle_key(&mut self, key: KeyEvent) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `draw_popup` is never used
[INFO] [stdout]   --> src/input.rs:62:8
[INFO] [stdout]    |
[INFO] [stdout] 62 | pub fn draw_popup<T: fmt::Display>(f: &mut Frame, content: T, title: &str) {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `centered_rect` is never used
[INFO] [stdout]   --> src/input.rs:71:4
[INFO] [stdout]    |
[INFO] [stdout] 71 | fn centered_rect(px: u16, py: u16, area: ratatui::layout::Rect) -> ratatui::layout::Rect {
[INFO] [stdout]    |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `IfOperStatusDown` is never constructed
[INFO] [stdout]  --> src/platform/unix.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub enum OperStatus {
[INFO] [stdout]   |          ---------- variant in this enum
[INFO] [stdout] 8 |     IfOperStatusUp,
[INFO] [stdout] 9 |     IfOperStatusDown,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `OperStatus` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `set_enabled` is never used
[INFO] [stdout]   --> src/platform/unix.rs:55:8
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub fn set_enabled(_: &str, _: bool) -> Result<()> {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Open` and `Quit` are never constructed
[INFO] [stdout]    --> src/tray.rs:111:5
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub enum Msg {
[INFO] [stdout]     |          --- variants in this enum
[INFO] [stdout] 111 |     Open,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] 112 |     Quit,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Msg` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `ratatui::Frame::<'_>::size`: use `area()` instead
[INFO] [stdout]   --> src/ui.rs:30:21
[INFO] [stdout]    |
[INFO] [stdout] 30 |     let total_w = f.size().width;
[INFO] [stdout]    |                     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `ratatui::Frame::<'_>::size`: use `area()` instead
[INFO] [stdout]    --> src/ui.rs:212:22
[INFO] [stdout]     |
[INFO] [stdout] 212 |             width: f.size().width,
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `show_console` is never used
[INFO] [stdout]   --> src/console.rs:60:15
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub(crate) fn show_console() {}
[INFO] [stdout]    |               ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Tick` is never constructed
[INFO] [stdout]   --> src/console.rs:78:5
[INFO] [stdout]    |
[INFO] [stdout] 76 | enum Ev {
[INFO] [stdout]    |      -- variant in this enum
[INFO] [stdout] 77 |     Key(KeyEvent),
[INFO] [stdout] 78 |     Tick,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `IP_RE` is never used
[INFO] [stdout]   --> src/form.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | static IP_RE: Lazy<Regex> =
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `valid_ip` is never used
[INFO] [stdout]   --> src/form.rs:14:4
[INFO] [stdout]    |
[INFO] [stdout] 14 | fn valid_ip(s: &str) -> bool {
[INFO] [stdout]    |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Ipv4Form` is never constructed
[INFO] [stdout]   --> src/form.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Ipv4Form {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `from_nic`, `on_key`, and `apply` are never used
[INFO] [stdout]   --> src/form.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 30 | impl Ipv4Form {
[INFO] [stdout]    | ------------- associated items in this implementation
[INFO] [stdout] 31 |     pub fn from_nic(n: &NicInfo) -> Self {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 41 |     pub fn on_key(&mut self, k: KeyEvent) -> bool {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 63 |     pub fn apply(&self, nic: &NicInfo) -> Result<()> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DnsForm` is never constructed
[INFO] [stdout]   --> src/form.rs:76:12
[INFO] [stdout]    |
[INFO] [stdout] 76 | pub struct DnsForm {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `from_nic`, `on_key`, and `apply` are never used
[INFO] [stdout]    --> src/form.rs:82:12
[INFO] [stdout]     |
[INFO] [stdout]  81 | impl DnsForm {
[INFO] [stdout]     | ------------ associated items in this implementation
[INFO] [stdout]  82 |     pub fn from_nic(n: &NicInfo) -> Self {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  90 |     pub fn on_key(&mut self, k: KeyEvent) -> bool {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 107 |     pub fn apply(&self, nic: &NicInfo) -> Result<()> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `InputBox` is never constructed
[INFO] [stdout]   --> src/input.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct InputBox {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `with_prompt`, `value`, and `handle_key` are never used
[INFO] [stdout]   --> src/input.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | impl InputBox {
[INFO] [stdout]    | ------------- associated items in this implementation
[INFO] [stdout] 24 |     pub fn with_prompt(prompt: &str) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub fn value(&self) -> String {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 |     pub fn handle_key(&mut self, key: KeyEvent) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `draw_popup` is never used
[INFO] [stdout]   --> src/input.rs:62:8
[INFO] [stdout]    |
[INFO] [stdout] 62 | pub fn draw_popup<T: fmt::Display>(f: &mut Frame, content: T, title: &str) {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `centered_rect` is never used
[INFO] [stdout]   --> src/input.rs:71:4
[INFO] [stdout]    |
[INFO] [stdout] 71 | fn centered_rect(px: u16, py: u16, area: ratatui::layout::Rect) -> ratatui::layout::Rect {
[INFO] [stdout]    |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `IfOperStatusDown` is never constructed
[INFO] [stdout]  --> src/platform/unix.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub enum OperStatus {
[INFO] [stdout]   |          ---------- variant in this enum
[INFO] [stdout] 8 |     IfOperStatusUp,
[INFO] [stdout] 9 |     IfOperStatusDown,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `OperStatus` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `set_enabled` is never used
[INFO] [stdout]   --> src/platform/unix.rs:55:8
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub fn set_enabled(_: &str, _: bool) -> Result<()> {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Open` and `Quit` are never constructed
[INFO] [stdout]    --> src/tray.rs:111:5
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub enum Msg {
[INFO] [stdout]     |          --- variants in this enum
[INFO] [stdout] 111 |     Open,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] 112 |     Quit,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Msg` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.81s
[INFO] running `Command { std: "docker" "inspect" "f51f0910a1eacdacfe2892d488d127df85ce0939de783a86c835995868d93c5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f51f0910a1eacdacfe2892d488d127df85ce0939de783a86c835995868d93c5e", kill_on_drop: false }`
[INFO] [stdout] f51f0910a1eacdacfe2892d488d127df85ce0939de783a86c835995868d93c5e
